Autonomous Aircraft
   HOME

TheInfoList



OR:

An autonomous aircraft is an
aircraft An aircraft is a vehicle that is able to fly by gaining support from the air. It counters the force of gravity by using either static lift or by using the dynamic lift of an airfoil, or in a few cases the downward thrust from jet engines ...
which flies under the control of automatic systems and needs no intervention from a human pilot. Most autonomous aircraft are
unmanned aerial vehicle An unmanned aerial vehicle (UAV), commonly known as a drone, is an aircraft without any human pilot, crew, or passengers on board. UAVs are a component of an unmanned aircraft system (UAS), which includes adding a ground-based controller ...
or drones. However, autonomous control systems are reaching a point where several
air taxi An air taxi is a small commercial aircraft that makes short flights on demand. In 2001 air taxi operations were promoted in the United States by a NASA and aerospace industry study on the potential Small Aircraft Transportation System (SATS) an ...
s and associated regulatory regimes are being developed.


History


Unmanned aerial vehicles

The earliest recorded use of an unmanned aerial vehicle for warfighting occurred in July 1849, serving as a
balloon carrier A balloon carrier or balloon tender was a ship equipped with a balloon, usually tied to the ship by a rope or cable, and usually used for observation. During the second half of the 19th century and the early 20th century, these ships were built t ...
(the precursor to the
aircraft carrier An aircraft carrier is a warship that serves as a seagoing airbase, equipped with a full-length flight deck and facilities for carrying, arming, deploying, and recovering aircraft. Typically, it is the capital ship of a fleet, as it allows a ...
) Significant development of radio-controlled drones started in the early 1900s, and originally focused on providing practice targets for training military personnel. The earliest attempt at a powered UAV was A. M. Low's "Aerial Target" in 1916.Taylor, John W. R.. ''Jane's Pocket Book of Remotely Piloted Vehicles''. Autonomous features such as the autopilot and automated navigation were developed progressively through the twentieth century, although techniques such as
terrain contour matching Terrain contour matching, or TERCOM, is a navigation system used primarily by cruise missiles. It uses a pre-recorded contour map of the terrain that is compared with measurements made during flight by an on-board radar altimeter. A TERCOM system ...
(TERCOM) were applied mainly to
cruise missile A cruise missile is a guided missile used against terrestrial or naval targets that remains in the atmosphere and flies the major portion of its flight path at approximately constant speed. Cruise missiles are designed to deliver a large warhe ...
s. Some modern drones have a high degree of autonomy, although they are not fully capable and the regulatory environment prohibits their widespread use in civil aviation. However some limited trials have been undertaken.


Passengers

As flight, navigation and communications systems have become more sophisticated, safely carrying passengers has emerged as a practical possibility.
Autopilot An autopilot is a system used to control the path of an aircraft, marine craft or spacecraft without requiring constant manual control by a human operator. Autopilots do not replace human operators. Instead, the autopilot assists the operator' ...
systems are relieving the human pilot of progressively more duties, but the pilot currently remains necessary. A number of
air taxi An air taxi is a small commercial aircraft that makes short flights on demand. In 2001 air taxi operations were promoted in the United States by a NASA and aerospace industry study on the potential Small Aircraft Transportation System (SATS) an ...
s are under development and larger autonomous transports are also being planned. The
personal air vehicle A personal air vehicle (PAV) is a proposed type of aircraft providing on-demand aviation services. The emergence of this alternative to traditional ground transport methods has been enabled by unmanned aerial vehicle technologies and electric pr ...
is another class where from one to four passengers are not expected to be able to pilot the aircraft and autonomy is seen as necessary for widespread adoption.


Control system architecture

The computing capability of aircraft flight and navigation systems followed the advances of computing technology, beginning with analog controls and evolving into microcontrollers, then
system-on-a-chip A system on a chip or system-on-chip (SoC ; pl. ''SoCs'' ) is an integrated circuit that integrates most or all components of a computer or other electronic system. These components almost always include a central processing unit (CPU), memory ...
(SOC) and
single-board computer A single-board computer (SBC) is a complete computer built on a single circuit board, with microprocessor(s), memory, input/output (I/O) and other features required of a functional computer. Single-board computers are commonly made as demonstrati ...
s (SBC).


Sensors

Position and movement sensors give information about the aircraft state. Exteroceptive sensors deal with external information like distance measurements, while exproprioceptive ones correlate internal and external states. Non-cooperative sensors are able to detect targets autonomously so they are used for separation assurance and collision avoidance. Degrees of freedom (DOF) refers to both the amount and quality of sensors on board: 6 DOF implies 3-axis gyroscopes and accelerometers (a typical
inertial measurement unit An inertial measurement unit (IMU) is an electronic device that measures and reports a body's specific force, angular rate, and sometimes the orientation of the body, using a combination of accelerometers, gyroscopes, and sometimes magnetometer ...
IMU), 9 DOF refers to an IMU plus a compass, 10 DOF adds a barometer and 11 DOF usually adds a GPS receiver.


Actuators

UAV
actuator An actuator is a component of a machine that is responsible for moving and controlling a mechanism or system, for example by opening a valve. In simple terms, it is a "mover". An actuator requires a control device (controlled by control signal) a ...
s include digital electronic speed controllers (which control the
RPM Revolutions per minute (abbreviated rpm, RPM, rev/min, r/min, or with the notation min−1) is a unit of rotational speed or rotational frequency for rotating machines. Standards ISO 80000-3:2019 defines a unit of rotation as the dimensionl ...
of the motors) linked to motors/
engine An engine or motor is a machine designed to convert one or more forms of energy into mechanical energy. Available energy sources include potential energy (e.g. energy of the Earth's gravitational field as exploited in hydroelectric power gen ...
s and
propeller A propeller (colloquially often called a screw if on a ship or an airscrew if on an aircraft) is a device with a rotating hub and radiating blades that are set at a pitch to form a helical spiral which, when rotated, exerts linear thrust upon ...
s,
servomotor A servomotor (or servo motor) is a rotary actuator or linear actuator that allows for precise control of angular or linear position, velocity and acceleration. It consists of a suitable motor coupled to a sensor for position feedback. It also r ...
s (for planes and helicopters mostly), weapons, payload actuators, LEDs and speakers.


Software

UAV software called the flight stack or autopilot. The purpose of the flight stack is to obtain data from sensors, control motors to ensure UAV stability, and facilitate ground control and mission planning communication. UAVs are
real-time Real-time or real time describes various operations in computing or other processes that must guarantee response times within a specified time (deadline), usually a relatively short time. A real-time process is generally one that happens in defined ...
systems that require rapid response to changing sensor data. As a result, UAVs rely on single-board computers for their computational needs. Examples of such single-board computers include
Raspberry Pi Raspberry Pi () is a series of small single-board computers (SBCs) developed in the United Kingdom by the Raspberry Pi Foundation in association with Broadcom. The Raspberry Pi project originally leaned towards the promotion of teaching basic ...
s, Beagleboards, etc. shielded with NavIO, PXFMini, etc. or designed from scratch such as
NuttX NuttX is a free and open-source Real-Time Operating System (RTOS) with an emphasis on technical standards compliance and on having a small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the main governing standards in ...
, preemptive- RT Linux,
Xenomai Xenomai is a real-time development software framework cooperating with the Linux kernel to provide wikt:pervasive, pervasive, interface-agnostic, hard real-time computing support to user space application software seamlessly integrated into the Li ...
, Orocos-Robot Operating System or DDS-ROS 2.0. Civil-use open-source stacks include: *
ArduCopter ArduPilot:Copter previously named APM:Copter or ArduCopter is the multicopter unmanned aerial vehicle version of the open-source ArduPilot autopilot platform. The free software approach from ArduCopter is similar to that of the Paparazzi Projec ...
* CrazyFlie * KKMultiCopter * MultiWii ** BaseFlight (forked from MultiWii) *** CleanFlight (forked from BaseFlight) **** BetaFlight (forked from CleanFlight) **** iNav (forked from CleanFlight) **** RaceFlight (forked from CleanFlight) * OpenPilot ** dRonin (forked from OpenPilot) **
LibrePilot LibrePilot is a Free software unmanned aerial vehicle project for model aircraft aimed at supporting both multi-rotor craft as well as fixed-wing aircraft. Initially founded by David Ankers, Angus Peart and Vassilis Varveropoulos in late 2009, und ...
(forked from OpenPilot) ** TauLabs (forked from OpenPilot) *
Paparazzi Paparazzi (, ; ; singular: masculine paparazzo or feminine paparazza) are independent photographers who take pictures of high-profile people; such as actors, musicians, athletes, politicians, and other celebrities, typically while subjects ...
*
PX4 autopilot PX4 autopilot is an open-source autopilot system oriented toward inexpensive autonomous aircraft. Low cost and availability enable hobbyist use in small remotely piloted aircraft. The project started in 2009 and is being further developed and us ...
** DroneCode (Umbrella organization managing PX4 within the
Linux Foundation The Linux Foundation (LF) is a non-profit technology consortium founded in 2000 as a merger between Open Source Development Labs and the Free Standards Group to standardize Linux, support its growth, and promote its commercial adoption. Additi ...
) Due to the open-source nature of UAV software, they can be customized to fit specific applications. For example, researchers from the Technical University of Košice have replaced the default control algorithm of the PX4 autopilot. This flexibility and collaborative effort has led to a large number of different open-source stacks, some of which are forked from others, such as CleanFlight, which is forked from BaseFlight and from which three other stacks are forked from.


Loop principles

UAVs employ open-loop, closed-loop or hybrid control architectures. *
Open loop Open or OPEN may refer to: Music * Open (band), Australian pop/rock band * The Open (band), English indie rock band * ''Open'' (Blues Image album), 1969 * ''Open'' (Gotthard album), 1999 * ''Open'' (Cowboy Junkies album), 2001 * ''Open'' (YF ...
This type provides a positive control signal (faster, slower, left, right, up, down) without incorporating feedback from sensor data. * Closed loop This type incorporates sensor feedback to adjust behavior (reduce speed to reflect tailwind, move to altitude 300 feet). The
PID controller A proportional–integral–derivative controller (PID controller or three-term controller) is a control loop mechanism employing feedback that is widely used in industrial control systems and a variety of other applications requiring continuou ...
is common. Sometimes, feedforward is employed, transferring the need to close the loop further.


Communications

Most UAVs use a
radio Radio is the technology of signaling and communicating using radio waves. Radio waves are electromagnetic waves of frequency between 30 hertz (Hz) and 300 gigahertz (GHz). They are generated by an electronic device called a transmit ...
for remote control and exchange of video and other data. Early UAVs had only
narrowband Narrowband signals are signals that occupy a narrow range of frequencies or that have a small fractional bandwidth. In the audio spectrum, narrowband sounds are sounds that occupy a narrow range of frequencies. In telephony, narrowband is usua ...
uplink. Downlinks came later. These bi-directional narrowband radio links carried command and control (C&C) and
telemetry Telemetry is the in situ data collection, collection of measurements or other data at remote points and their automatic data transmission, transmission to receiving equipment (telecommunication) for monitoring. The word is derived from the Gr ...
data about the status of aircraft systems to the remote operator. For very long range flights, military UAVs also use
satellite A satellite or artificial satellite is an object intentionally placed into orbit in outer space. Except for passive satellites, most satellites have an electricity generation system for equipment on board, such as solar panels or radioisotope ...
receivers as part of
satellite navigation A satellite navigation or satnav system is a system that uses satellites to provide autonomous geo-spatial positioning. It allows satellite navigation devices to determine their location (longitude, latitude, and altitude/elevation) to high pr ...
systems. In cases when video transmission was required, the UAVs will implement a separate analog video radio link. In most modern autonomous applications, video transmission is required. A
broadband In telecommunications, broadband is wide bandwidth data transmission which transports multiple signals at a wide range of frequencies and Internet traffic types, that enables messages to be sent simultaneously, used in fast internet connections. ...
link is used to carry all types of data on a single radio link. These broadband links can leverage
quality of service Quality of service (QoS) is the description or measurement of the overall performance of a service, such as a telephony or computer network, or a cloud computing service, particularly the performance seen by the users of the network. To quantitat ...
techniques to optimize the C&C traffic for low latency. Usually, these broadband links carry
TCP/IP The Internet protocol suite, commonly known as TCP/IP, is a framework for organizing the set of communication protocols used in the Internet and similar computer networks according to functional criteria. The foundational protocols in the suit ...
traffic that can be routed over the Internet. Communications can be established with: * Ground control – a military ground control station (GCS). The
MAVLink MAVLink or Micro Air Vehicle Link is a protocol for communicating with small unmanned vehicle. It is designed as a header-only message marshaling library. MAVLink was first released early 2009 by Lorenz Meier under the LGPL license. Applications ...
protocol is increasingly becoming popular to carry command and control data between the ground control and the vehicle. * Remote network system, such as satellite duplex data links for some military powers. Downstream digital video over mobile networks has also entered consumer markets, while direct UAV control uplink over the cellular mesh and LTE have been demonstrated and are in trials. * Another aircraft, serving as a relay or mobile control station military manned-unmanned teaming (MUM-T). As mobile networks have increased in performance and reliability over the years, drones have begun to use mobile networks for communication. Mobile networks can be used for drone tracking, remote piloting, over the air updates, and cloud computing. Modern networking standards have explicitly considered autonomous aircraft and therefore include optimizations. The 5G standard has mandated reduced user plane latency to 1ms while using ultra-reliable and low-latency communications.


Autonomy

Basic autonomy comes from proprioceptive sensors. Advanced autonomy calls for situational awareness, knowledge about the environment surrounding the aircraft from exteroceptive sensors:
sensor fusion Sensor fusion is the process of combining sensor data or data derived from disparate sources such that the resulting information has less uncertainty than would be possible when these sources were used individually. For instance, one could potentia ...
integrates information from multiple sensors.


Basic principles

One way to achieve autonomous control employs multiple control-loop layers, as in
hierarchical control system A hierarchical control system (HCS) is a form of control system in which a set of devices and governing software is arranged in a hierarchical tree. When the links in the tree are implemented by a computer network, then that hierarchical control sy ...
s. As of 2016 the low-layer loops (i.e. for flight control) tick as fast as 32,000 times per second, while higher-level loops may cycle once per second. The principle is to decompose the aircraft's behavior into manageable "chunks", or states, with known transitions. Hierarchical control system types range from simple
scripts Script may refer to: Writing systems * Script, a distinctive writing system, based on a repertoire of specific elements or symbols, or that repertoire * Script (styles of handwriting) ** Script typeface, a typeface with characteristics of handw ...
to finite state machines,
behavior tree Behavior trees are a formal, graphical modelling language used primarily in systems engineering, systems and software engineering. Behavior trees employ a well-defined notation to unambiguously represent the hundreds or even thousands of natur ...
s and hierarchical task planners. The most common control mechanism used in these layers is the
PID controller A proportional–integral–derivative controller (PID controller or three-term controller) is a control loop mechanism employing feedback that is widely used in industrial control systems and a variety of other applications requiring continuou ...
which can be used to achieve hover for a
quadcopter A quadcopter or quadrotor is a type of helicopter with four Helicopter rotor, rotors. Although quadrotor helicopters and convertiplanes have long been flown experimentally, the configuration remained a curiosity until the arrival of the moder ...
by using data from the
IMU IMU may refer to: Science and technology * Inertial measurement unit, a device that measures acceleration and rotation, used for example to maneuver modern vehicles including motorcycles, missiles, air- and spacecraft Businesses and organizations ...
to calculate precise inputs for the electronic speed controllers and motors. Examples of mid-layer algorithms: * Path planning: determining an optimal path for vehicle to follow while meeting mission objectives and constraints, such as obstacles or fuel requirements * Trajectory generation (
motion planning Motion planning, also path planning (also known as the navigation problem or the piano mover's problem) is a computational problem to find a sequence of valid configurations that moves the object from the source to destination. The term is used ...
): determining control maneuvers to take in order to follow a given path or to go from one location to another * Trajectory regulation: constraining a vehicle within some tolerance to a trajectory Evolved UAV hierarchical task planners use methods like state tree searches or
genetic algorithm In computer science and operations research, a genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to gene ...
s.


Autonomy features

UAV manufacturers often build in specific autonomous operations, such as: * Self-level: attitude stabilization on the pitch and roll axes. * Altitude hold: The aircraft maintains its altitude using barometric pressure and/or GPS data. * Hover/position hold: Keep level pitch and roll, stable yaw heading and altitude while maintaining position using
GNSS A satellite navigation or satnav system is a system that uses satellites to provide autonomous geo-spatial positioning. It allows satellite navigation devices to determine their location (longitude, latitude, and altitude/elevation) to high pre ...
or inertial sensors. * Headless mode: Pitch control relative to the position of the pilot rather than relative to the vehicle's axes. * Care-free: automatic roll and yaw control while moving horizontally * Take-off and landing (using a variety of aircraft or ground-based sensors and systems; see also:
Autoland In aviation, autoland describes a system that fully automates the landing procedure of an aircraft's flight, with the flight crew supervising the process. Such systems enable airliners to land in weather conditions that would otherwise be dangero ...
) * Failsafe: automatic landing or return-to-home upon loss of control signal * Return-to-home: Fly back to the point of takeoff (often gaining altitude first to avoid possible intervening obstructions such as trees or buildings). * Follow-me: Maintain relative position to a moving pilot or other object using GNSS,
image recognition Computer vision is an interdisciplinary scientific field that deals with how computers can gain high-level understanding from digital images or videos. From the perspective of engineering, it seeks to understand and automate tasks that the hum ...
or homing beacon. * GPS waypoint navigation: Using GNSS to navigate to an intermediate location on a travel path. * Orbit around an object: Similar to Follow-me but continuously circle a target. * Pre-programmed
aerobatics Aerobatics is the practice of flying maneuvers involving aircraft attitudes that are not used in conventional passenger-carrying flights. The term is a portmanteau of "aerial" and "acrobatics". Aerobatics are performed in aeroplanes and glid ...
(such as rolls and loops).


Functions

Full autonomy is available for specific tasks, such as airborne refueling or ground-based battery switching; but higher-level tasks call for greater computing, sensing and actuating capabilities. One approach to quantifying autonomous capabilities is based on
OODA The OODA loop is the cycle ''observe–orient–decide–act'', developed by military strategist and United States Air Force Colonel John Boyd. Boyd applied the concept to the combat operations process, often at the operational level during mi ...
terminology, as suggested by a 2002 US
Air Force Research Laboratory The Air Force Research Laboratory (AFRL) is a scientific research organization operated by the United States Air Force Materiel Command dedicated to leading the discovery, development, and integration of aerospace warfighting technologies, pl ...
, and used in the table below: Medium levels of autonomy, such as reactive autonomy and high levels using cognitive autonomy, have already been achieved to some extent and are very active research fields.


Reactive autonomy

Reactive autonomy, such as collective flight, real-time
collision avoidance In transportation, collision avoidance is the maintenance of systems and practices designed to prevent vehicles (such as aircraft, motor vehicles, ships, cranes and trains) from colliding with each other. Examples include: * Airborne collision avo ...
, wall following and corridor centring, relies on telecommunication and
situational awareness Situational awareness or situation awareness (SA) is the perception of environmental elements and events with respect to time or space, the comprehension of their meaning, and the projection of their future status. An alternative definition is tha ...
provided by range sensors: optic flow,
lidar Lidar (, also LIDAR, or LiDAR; sometimes LADAR) is a method for determining ranges (variable distance) by targeting an object or a surface with a laser and measuring the time for the reflected light to return to the receiver. It can also be ...
s (light radars),
radar Radar is a detection system that uses radio waves to determine the distance (''ranging''), angle, and radial velocity of objects relative to the site. It can be used to detect aircraft, ships, spacecraft, guided missiles, motor vehicles, w ...
s,
sonar Sonar (sound navigation and ranging or sonic navigation and ranging) is a technique that uses sound propagation (usually underwater, as in submarine navigation) to navigation, navigate, measure distances (ranging), communicate with or detect o ...
s. Most range sensors analyze electromagnetic radiation, reflected off the environment and coming to the sensor. The cameras (for visual flow) act as simple receivers. Lidars, radars and sonars (with sound mechanical waves) emit and receive waves, measuring the round-trip transit time. UAV cameras do not require emitting power, reducing total consumption. Radars and sonars are mostly used for military applications. Reactive autonomy has in some forms already reached consumer markets: it may be widely available in less than a decade.


Simultaneous localization and mapping

SLAM Slam, SLAM or SLAMS may refer to: Arts, entertainment, and media Fictional elements * S.L.A.M. (Strategic Long-Range Artillery Machine), a fictional weapon in the ''G.I. Joe'' universe * SLAMS (Space-Land-Air Missile Shield), a fictional anti-ball ...
combines
odometry Odometry is the use of data from motion sensors to estimate change in position over time. It is used in robotics by some legged or wheeled robots to estimate their position relative to a starting location. This method is sensitive to errors due t ...
and external data to represent the world and the position of the UAV in it in three dimensions. High-altitude outdoor navigation does not require large vertical fields-of-view and can rely on GPS coordinates (which makes it simple mapping rather than SLAM). Two related research fields are
photogrammetry Photogrammetry is the science and technology of obtaining reliable information about physical objects and the environment through the process of recording, measuring and interpreting photographic images and patterns of electromagnetic radiant ima ...
and LIDAR, especially in low-altitude and indoor 3D environments. * Indoor photogrammetric and stereophotogrammetric SLAM has been demonstrated with quadcopters. * Lidar platforms with heavy, costly and gimbaled traditional laser platforms are proven. Research attempts to address production cost, 2D to 3D expansion, power-to-range ratio, weight and dimensions.
LED A light-emitting diode (LED) is a semiconductor Electronics, device that Light#Light sources, emits light when Electric current, current flows through it. Electrons in the semiconductor recombine with electron holes, releasing energy i ...
range-finding applications are commercialized for low-distance sensing capabilities. Research investigates hybridization between light emission and computing power:
phased array In antenna theory, a phased array usually means an electronically scanned array, a computer-controlled array of antennas which creates a beam of radio waves that can be electronically steered to point in different directions without moving th ...
spatial light modulator A spatial light modulator (SLM) is an object that imposes some form of spatially varying modulation on a beam of light. A simple example is an overhead projector transparency. Usually when the term SLM is used, it means that the transparency can ...
s, and frequency-modulated-continuous-wave (FMCW)
MEMS Microelectromechanical systems (MEMS), also written as micro-electro-mechanical systems (or microelectronic and microelectromechanical systems) and the related micromechatronics and microsystems constitute the technology of microscopic devices, ...
-tunable
vertical-cavity surface-emitting laser The vertical-cavity surface-emitting laser, or VCSEL , is a type of semiconductor laser diode with laser beam emission perpendicular from the top surface, contrary to conventional edge-emitting semiconductor lasers (also ''in-plane'' lasers) which ...
s (VCSELs).


Swarming

Robot swarming refers to networks of agents able to dynamically reconfigure as elements leave or enter the network. They provide greater flexibility than multi-agent cooperation. Swarming may open the path to data fusion. Some bio-inspired flight swarms use steering behaviors and flocking.


Future military potential

In the military sector, American
Predators Predation is a biological interaction where one organism, the predator, kills and eats another organism, its prey. It is one of a family of common feeding behaviours that includes parasitism and micropredation (which usually do not kill th ...
and Reapers are made for
counterterrorism Counterterrorism (also spelled counter-terrorism), also known as anti-terrorism, incorporates the practices, military tactics, techniques, and strategies that Government, governments, law enforcement, business, and Intelligence agency, intellig ...
operations and in war zones in which the enemy lacks sufficient firepower to shoot them down. They are not designed to withstand antiaircraft defenses or
air-to-air combat Air combat manoeuvring (also known as ACM or dogfighting) is the tactical art of moving, turning and/or situating one's fighter aircraft in order to attain a position from which an attack can be made on another aircraft. Air combat manoeuvres ...
. In September 2013, the chief of the US
Air Combat Command Air Combat Command (ACC) is one of nine Major Commands (MAJCOMs) in the United States Air Force, reporting to Headquarters, United States Air Force (HAF) at the Pentagon. It is the primary provider of air combat forces for the Air Force, and i ...
stated that current UAVs were "useless in a contested environment" unless crewed aircraft were there to protect them. A 2012
Congressional Research Service The Congressional Research Service (CRS) is a public policy research institute of the United States Congress. Operating within the Library of Congress, it works primarily and directly for members of Congress and their committees and staff on a c ...
(CRS) report speculated that in the future, UAVs may be able to perform tasks beyond intelligence, surveillance, reconnaissance and strikes; the CRS report listed air-to-air combat ("a more difficult future task") as possible future undertakings. The Department of Defense's Unmanned Systems Integrated Roadmap FY2013-2038 foresees a more important place for UAVs in combat. Issues include extended capabilities, human-UAV interaction, managing increased information flux, increased autonomy and developing UAV-specific munitions.
DARPA The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military. Originally known as the Adv ...
's project of systems of systems, or
General Atomics General Atomics is an American energy and defense corporation headquartered in San Diego, California, specializing in research and technology development. This includes physics research in support of nuclear fission and nuclear fusion energy. The ...
work may augur future warfare scenarios, the latter disclosing
Avenger Avenger, Avengers, The Avenger, or The Avengers may refer to: Arts and entertainment In the Marvel Comics universe * Avengers (comics), a team of superheroes ** Avengers (Marvel Cinematic Universe), a central team of protagonist superheroes o ...
swarms equipped with High Energy Liquid Laser Area Defense System (HELLADS).


Cognitive radio

Cognitive radio A cognitive radio (CR) is a radio that can be programmed and configured dynamically to use the best wireless channels in its vicinity to avoid user interference and congestion. Such a radio automatically detects available channels in wireless spe ...
technology may have UAV applications.


Learning capabilities

UAVs may exploit distributed neural networks.


See also

*
International Aerial Robotics Competition The International Aerial Robotics Competition (IARC) began in 1991 on the campus of the Georgia Institute of Technology and is the longest running university-based robotics competition in the world. Since 1991, collegiate teams with the backing o ...
*
Satellite Sentinel Project The Satellite Sentinel Project (SSP) was conceived by George Clooney and Enough Project co-founder John Prendergast during their October 2010 visit to South Sudan. Through the use of satellite imagery, SSP provides an early warning system t ...
*
Tactical Control System {{unreferenced, date=August 2018 The Tactical Control System (TCS) is a group of protocols that govern the command and control system for unmanned aerial vehicles (UAVs). History Developed by EG&G Technical Services and Raytheon, starting in 1999, ...
*
Xwing (aviation) Xwing is an autonomous aircraft company founded in 2016, initially focusing on cargo operations. The company was founded by Marc Piette, who was previously involved with Locu. Its CTO is Maxime Gariel. It received a $4 million seed round in 201 ...


References

{{DEFAULTSORT:Autonomous aircraft Unmanned aerial vehicles Wireless Avionics Robotics Emerging technologies